PermanentQueue<T> Class
public class PermanentQueue<T>
This language is not supported or no code example is available.
generic<typename T>
public ref class PermanentQueue
This language is not supported or no code example is available.
Type Parameters
- T
| Name | Description | |
|---|---|---|
|
AddReader(object) | Adds the reader. |
|
Clear() | Clears this instance. |
|
Count(int) | Counts the specified start index. |
|
DequeueAll(object) | Dequeues all. |
|
Enqueue(T) | Enqueues the specified item. |
|
RemoveReader(object) | Removes the reader. |